diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 68060a0b..c43ebf10 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -197,18 +197,10 @@ add_filter(NAME src/widgets GROUPS ) +requires_project(game_features githubpp bsatk esptk archive usvfs) + target_include_directories(${CMAKE_PROJECT_NAME} PRIVATE - ${modorganizer_super_path}/game_features/src ${modorganizer_super_path}/lootcli/include - ${modorganizer_super_path}/githubpp/src - ${modorganizer_super_path}/bsatk/src - ${modorganizer_super_path}/archive/src - ${modorganizer_super_path}/esptk/src - ${modorganizer_build_path}/usvfs/include -) - -target_link_libraries(${CMAKE_PROJECT_NAME} - uibase usvfs_x64 bsatk esptk githubpp ) |
