diff --git a/CMakeLists.txt b/CMakeLists.txt index a6a8e4e..814d96f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,8 @@ add_library(ctrff STATIC source/bcwav.cpp source/3dsx.cpp ) -target_include_directories(ctrff PUBLIC include vendor/palladium/include) +target_include_directories(ctrff PUBLIC include) +target_include_directories(ctrff PRIVATE vendor/palladium/include) if(${CTRFF_DESKTOP}) add_executable(ctrff-cli tool/main.cpp)