refactor: Refactorized whole project structure
This commit is contained in:
16
source/events/CMakeLists.txt
Normal file
16
source/events/CMakeLists.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
|
||||
target_sources(${PYG2O_MODULE_NAME}
|
||||
PRIVATE
|
||||
sqevents.cpp
|
||||
sqevents_anticheat.cpp
|
||||
sqevents_general.cpp
|
||||
sqevents_network.cpp
|
||||
sqevents_npc.cpp
|
||||
sqevents_player.cpp
|
||||
)
|
||||
|
||||
target_include_directories(${PYG2O_MODULE_NAME}
|
||||
PRIVATE
|
||||
${CMAKE_CURRENT_LIST_DIR}/
|
||||
)
|
||||
Reference in New Issue
Block a user