diff options
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a3b6a82e..27dd07f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,4 +7,5 @@ enable_language(ASM) file(GLOB_RECURSE SOURCES RELATIVE ${CMAKE_SOURCE_DIR} "*.c") -add_executable(PokeDiamond ${SOURCES})
\ No newline at end of file +add_executable(PokeDiamond ${SOURCES}) +target_include_directories(PokeDiamond PRIVATE nitro) |