12 lines
160 B
CMake
12 lines
160 B
CMake
add_subdirectory(src)
|
|
|
|
if(NOT BUILDCORE_TARGET STREQUAL "gba")
|
|
add_subdirectory(test)
|
|
endif()
|
|
|
|
install(
|
|
DIRECTORY
|
|
include/nostalgia
|
|
DESTINATION
|
|
include
|
|
) |