Initial commit
This commit is contained in:
11
ProgramLauncher/CMakeLists.txt
Normal file
11
ProgramLauncher/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
add_executable(ProgramLauncher ${SOURCES})
|
||||
banan_link_library(ProgramLauncher ban)
|
||||
banan_link_library(ProgramLauncher libfont)
|
||||
banan_link_library(ProgramLauncher libgui)
|
||||
banan_link_library(ProgramLauncher libinput)
|
||||
|
||||
install(TARGETS ProgramLauncher OPTIONAL)
|
||||
Reference in New Issue
Block a user