aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/api/CMakeLists.txt')
-rw-r--r--src/crepe/api/CMakeLists.txt53
1 files changed, 50 insertions, 3 deletions
diff --git a/src/crepe/api/CMakeLists.txt b/src/crepe/api/CMakeLists.txt
index 86623de..2bee3fb 100644
--- a/src/crepe/api/CMakeLists.txt
+++ b/src/crepe/api/CMakeLists.txt
@@ -1,10 +1,57 @@
target_sources(crepe PUBLIC
- # AudioSource.cpp
+ AudioSource.cpp
BehaviorScript.cpp
+ GameObject.cpp
+ Rigidbody.cpp
+ ParticleEmitter.cpp
+ Transform.cpp
+ Color.cpp
+ Sprite.cpp
+ Config.cpp
+ Metadata.cpp
+ Camera.cpp
+ Animator.cpp
+ BoxCollider.cpp
+ CircleCollider.cpp
+ Engine.cpp
+ Asset.cpp
+ EventHandler.cpp
+ Script.cpp
+ Button.cpp
+ UIObject.cpp
+ AI.cpp
+ Text.cpp
+ Scene.cpp
)
target_sources(crepe PUBLIC FILE_SET HEADERS FILES
- # AudioSource.h
+ AudioSource.h
BehaviorScript.h
+ Config.h
+ Script.h
+ Script.hpp
+ GameObject.h
+ GameObject.hpp
+ Rigidbody.h
+ Sprite.h
+ Vector2.h
+ Vector2.hpp
+ Color.h
+ Scene.h
+ Scene.hpp
+ Metadata.h
+ Camera.h
+ Animator.h
+ BoxCollider.h
+ CircleCollider.h
+ EventHandler.h
+ EventHandler.hpp
+ Event.h
+ Engine.h
+ Engine.hpp
+ Asset.h
+ Button.h
+ UIObject.h
+ AI.h
+ Text.h
)
-