7 lines
83 B
CMake
7 lines
83 B
CMake
target_include_directories(${TARGET_NAME} PUBLIC
|
|
${CMAKE_CURRENT_SOURCE_DIR}
|
|
)
|
|
|
|
|
|
|