Skip to content

Commit

Permalink
Merge pull request #22 from RedBrumbler/patch-1
Browse files Browse the repository at this point in the history
quc shouldn't be on include path by default
  • Loading branch information
Lauriethefish authored Feb 18, 2022
2 parents 49c87ec + 2e651dc commit 9b54629
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions template/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
)
)

0 comments on commit 9b54629

Please sign in to comment.