Simplify cmake
This commit is contained in:
parent
0e72ff8be5
commit
a0fa2b52bb
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
file(GLOB_RECURSE sources CONFIGURE_DEPENDS "*.cpp")
|
||||
add_executable(pacman ${sources})
|
||||
add_executable(pacman main.cpp)
|
||||
target_link_libraries(pacman PUBLIC libpacman)
|
||||
|
||||
set_target_properties(pacman
|
||||
|
|
Loading…
Reference in a new issue