5 lines
105 B
CMake
5 lines
105 B
CMake
|
|
add_library(IACore STATIC imp/cpp/dummy.cpp)
|
|
|
|
target_include_directories(IACore PUBLIC inc/hpp imp/inl)
|