mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
cmake: enable testing with ctest
This commit is contained in:
parent
3e999c8a3d
commit
4032ae0a48
1 changed files with 3 additions and 0 deletions
|
@ -508,6 +508,9 @@ configure_file ( ${CMAKE_SOURCE_DIR}/src/config.cmake
|
|||
add_subdirectory ( src )
|
||||
add_subdirectory ( doc )
|
||||
|
||||
ENABLE_TESTING()
|
||||
add_subdirectory ( test )
|
||||
|
||||
# pkg-config support
|
||||
set ( prefix "${CMAKE_INSTALL_PREFIX}" )
|
||||
set ( exec_prefix "\${prefix}" )
|
||||
|
|
Loading…
Reference in a new issue