3 lines
98 B
CMake
3 lines
98 B
CMake
add_executable(ex2 ex2.cpp)
|
|
|
|
target_include_directories(ex2 PUBLIC ${PROJECT_SOURCE_DIR}/include)
|