Files
ox/src/nostalgia/world/CMakeLists.txt
T
2017-12-20 22:53:33 -06:00

18 lines
242 B
CMake

add_library(
NostalgiaWorld
world.cpp
)
#install(TARGETS NostalgiaCommon DESTINATION lib)
install(
FILES
world.hpp
DESTINATION
include/nostalgia/world
)
if(NOSTALGIA_BUILD_TYPE STREQUAL "Native")
add_subdirectory(studio)
endif()