Files
IAEngine/Src/IAESandbox/CMakeLists.txt
Isuru Samarathunga ece65b18da Restructure
2025-09-20 10:03:52 +05:30

12 lines
239 B
CMake

set(IAESandbox_Sources
imp/cpp/Main.cpp
imp/cpp/Game.cpp
)
add_executable(IAESandbox ${IAESandbox_Sources})
target_include_directories(IAESandbox PRIVATE imp/hpp)
target_link_libraries(IAESandbox PRIVATE IAEngine RmlUi::RmlUi)