cleaning up CMakeLists.txt

This commit is contained in:
Noel Berry
2021-01-05 20:48:25 -08:00
committed by GitHub
parent 14123e5b5e
commit 8936a5bbb7

View File

@ -39,7 +39,11 @@ add_executable(game
src/components/timer.h src/components/timer.h
src/components/timer.cpp src/components/timer.cpp
src/components/enemy.h src/components/enemy.h
"src/components/ghost_frog.h" "src/components/ghost_frog.cpp" "src/components/orb.h" "src/components/orb.cpp") src/components/ghost_frog.h
src/components/ghost_frog.cpp
src/components/orb.h
src/components/orb.cpp
)
# Reference blah # Reference blah
target_link_libraries(game blah) target_link_libraries(game blah)