4 lines
132 B
CMake
4 lines
132 B
CMake
|
add_library( compoundfilereader INTERFACE )
|
||
|
|
||
|
target_include_directories( compoundfilereader INTERFACE ${CMAKE_CURRENT_SOURCE_DIR} )
|