diff --git a/template/CMakeLists.txt b/template/CMakeLists.txt index c3e1846..3fd1fdc 100644 --- a/template/CMakeLists.txt +++ b/template/CMakeLists.txt @@ -44,8 +44,6 @@ add_library( target_include_directories(${COMPILE_ID} PRIVATE .) -target_include_directories(${COMPILE_ID} PRIVATE extern/includes/questui_components) - # add src dir as include dir target_include_directories(${COMPILE_ID} PRIVATE ${SOURCE_DIR}) # add include dir as include dir @@ -77,4 +75,4 @@ add_custom_command(TARGET ${COMPILE_ID} POST_BUILD add_custom_command(TARGET ${COMPILE_ID} POST_BUILD COMMAND ${CMAKE_COMMAND} -E rename stripped_lib${COMPILE_ID}.so lib${COMPILE_ID}.so COMMENT "Rename the stripped lib to regular" - ) \ No newline at end of file + )