Initial commit.
This commit is contained in:
13
app/CMakeLists.txt
Normal file
13
app/CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
set(target anthem-app)
|
||||
|
||||
file(GLOB core_sources "*.cpp")
|
||||
file(GLOB core_headers "*.h")
|
||||
|
||||
set(sources
|
||||
${core_sources}
|
||||
${core_headers}
|
||||
)
|
||||
|
||||
add_executable(${target} ${sources})
|
||||
target_link_libraries(${target} anthem)
|
||||
set_target_properties(${target} PROPERTIES OUTPUT_NAME anthem)
|
Reference in New Issue
Block a user