diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-18 20:04:53 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-18 20:04:53 -0400 |
commit | 3afa83420aa5ee525b8941862e0fd2193b58b4d2 (patch) | |
tree | e6a16271647b24892d5fb4945ceac2eb02b4ea3f | |
parent | d8023c624dee2afdbf05df33c33f4bcd88faa68f (diff) |
Update CMakeLists.txt
-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) |