Skip to content
Snippets Groups Projects
Commit 8292d59f authored by Pascal Palenda's avatar Pascal Palenda
Browse files

Imporve the example documentation

parent 68075680
No related branches found
No related tags found
No related merge requests found
...@@ -49,10 +49,10 @@ ihta_add_library ( ...@@ -49,10 +49,10 @@ ihta_add_library (
NAMESPACE IHTA NAMESPACE IHTA
IDE_FOLDER ${PROJECT_NAME} IDE_FOLDER ${PROJECT_NAME}
LIBRARY_TYPE STATIC LIBRARY_TYPE STATIC
TEST_INTERNALS OUT_LIB LIB_TARGET # The name of the library target will be stored in `LIB_TARGET`. Useful for adding dependencies to the target. See below.
OUT_LIB LIB_TARGET OUT_TEST TEST_TARGET # The name of the unit test target will be stored in `TEST_TARGET`. Useful for adding dependencies to the target. See below.
OUT_TEST TEST_TARGET TEST_SOURCES test/test.cpp # This adds a unit test with the given source files.
TEST_SOURCES test/test.cpp TEST_INTERNALS # With this option, the internals of the library can be unit tested as well.
) )
# Add external library link to library # Add external library link to library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment