feat: setup project from template /w .clang-format
This commit is contained in:
parent
14677d87fd
commit
461002939d
5 changed files with 295 additions and 8 deletions
|
|
@ -1,14 +1,14 @@
|
|||
file(GLOB_RECURSE SOURCE_FILES *.cpp)
|
||||
|
||||
add_executable(CHANGEME ${SOURCE_FILES})
|
||||
add_executable(collision_crisis ${SOURCE_FILES})
|
||||
|
||||
set_target_properties(CHANGEME PROPERTIES
|
||||
set_target_properties(collision_crisis PROPERTIES
|
||||
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/../bin/"
|
||||
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/../lib/"
|
||||
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/../lib/"
|
||||
)
|
||||
|
||||
target_link_libraries(CHANGEME
|
||||
target_link_libraries(collision_crisis
|
||||
PUBLIC
|
||||
ImGui-SFML::ImGui-SFML
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue