-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from JPenuchot/dev
CMake in order for v1.0.0 release
- Loading branch information
Showing
5 changed files
with
29 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
add_executable(ctbench-ttw ttw.cpp) | ||
target_link_libraries(ctbench-ttw PRIVATE ctbench-compile-opts) | ||
target_include_directories(ctbench-ttw PRIVATE include) | ||
|
||
if(BUILD_TESTING) | ||
add_executable(ctbench-ttw-test-exec tests/ttw.cpp) | ||
target_include_directories(ctbench-ttw-test-exec PRIVATE include) | ||
add_test(NAME ctbench-ttw-test COMMAND ctbench-ttw-test-exec) | ||
endif(BUILD_TESTING) |