Skip to content
Snippets Groups Projects
Commit 260f5d7b authored by Tim Meyran's avatar Tim Meyran
Browse files

Update README.md

parent 2f13eb42
No related branches found
No related tags found
No related merge requests found
......@@ -36,17 +36,17 @@ project(SCG_TEST VERSION 1.0 LANGUAGES CXX)
add_executable(SCG_TEST src/main.cpp)
include_directories(SCG_TEST
include_directories(${PROJECT_NAME}
PUBLIC
include/
)
target_compile_features(SCG_TEST PRIVATE cxx_auto_type)
target_compile_features(${PROJECT_NAME} PRIVATE cxx_auto_type)
#SCG3
add_subdirectory(${PROJECT_SOURCE_DIR}/extern/scg3)
target_link_libraries(SCG_TEST scg3)
target_link_libraries(${PROJECT_NAME} scg3)
```
Project structure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment