r5sdk/r5dev/launcher/CMakeLists.txt
Kawe Mazidjatari df5a8bdd68 SDK launcher defines cleanup
Some of its defines were located in the 'launcher' library directory, but it only contained defines for the SDK launcher, this has been moved to 'sdklauncher_const.h'. Also renamed the 'launcher_pch.h' PCH to 'sdklauncher_pch.h' to avoid confusion with 'launcher' and 'sdklauncher'.
2023-07-15 18:43:25 +02:00

14 lines
237 B
CMake

cmake_minimum_required( VERSION 3.16 )
add_module( "lib" "launcher" "vpc" ${FOLDER_CONTEXT} TRUE TRUE )
start_sources()
add_sources( SOURCE_GROUP "Runtime"
"launcher.cpp"
"launcher.h"
"prx.cpp"
"prx.h"
)
end_sources()