mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-07 13:57:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
include(Boost)
|
||||
include(App)
|
||||
|
||||
include_project_files(RbxG3D "*")
|
||||
|
||||
include_directories(include)
|
||||
include_directories(../g3d/include)
|
||||
|
||||
list(APPEND HEADERS include/RbxG3D/RbxRay.h)
|
||||
list(APPEND HEADERS include/RbxG3D/RbxTime.h)
|
||||
list(APPEND HEADERS include/RbxG3D/Frustum.h)
|
||||
list(APPEND HEADERS include/RbxG3D/RbxCamera.h)
|
||||
|
||||
list(APPEND SOURCES RbxCamera.cpp)
|
||||
list(APPEND SOURCES Frustum.cpp)
|
||||
list(APPEND SOURCES RbxRay.cpp)
|
||||
|
||||
add_library(RbxG3D OBJECT ${SOURCES} ${HEADERS})
|
||||
Reference in New Issue
Block a user