From 3afa83420aa5ee525b8941862e0fd2193b58b4d2 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 18 Apr 2020 20:04:53 -0400 Subject: Update CMakeLists.txt --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3