Skip to content
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.

Commit

Permalink
Don't build tests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jlHertel committed Apr 1, 2018
1 parent 507dadc commit abe1bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ set_source_files_properties(${CMAKE_SOURCE_DIR}/resources.c PROPERTIES
enable_testing()
find_package(GTest REQUIRED)

add_executable(runUnitTests ${SOURCE_FILES} ${SOURCE_TESTS})
add_executable(runUnitTests EXCLUDE_FROM_ALL ${SOURCE_FILES} ${SOURCE_TESTS})
target_link_libraries(runUnitTests GTest::GTest GTest::Main)
target_link_libraries(runUnitTests ${GTKMM_LIBRARIES})
target_link_libraries(runUnitTests ${Boost_LOCALE_LIBRARIES})
Expand Down

0 comments on commit abe1bde

Please sign in to comment.