Skip to content

Commit

Permalink
Scos compiler flags de la teste
Browse files Browse the repository at this point in the history
  • Loading branch information
Duta-Sebastian committed Jan 13, 2025
1 parent 040ffc9 commit 3b16df4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ foreach(TEST_FILE ${TEST_FILES})
add_executable(${TEST_NAME}_test ${TEST_FILE})
target_include_directories(${TEST_NAME}_test SYSTEM PRIVATE ${BOOST_UT_INCLUDE_DIR})
target_link_libraries(${TEST_NAME}_test PRIVATE ${MAIN_PROJECT_LIB_NAME})
set_compiler_flags(TARGET_NAMES ${TEST_NAME}_test)
add_test(NAME ${TEST_NAME} COMMAND ${TEST_NAME}_test)
endforeach()

Expand Down

0 comments on commit 3b16df4

Please sign in to comment.