Compare commits
2 Commits
ddf2bc5b42
...
00db3de911
| Author | SHA1 | Date | |
|---|---|---|---|
| 00db3de911 | |||
| 49b62ee7bd |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,6 +8,7 @@ cmake_install.cmake
|
||||
config.h
|
||||
install_manifest.txt
|
||||
mazemaker
|
||||
*.dylib
|
||||
*.tar.gz
|
||||
*.png
|
||||
*.pc
|
||||
|
||||
@@ -4,6 +4,7 @@ pkg_search_module(POPT REQUIRED popt)
|
||||
include_directories("../include" ${POPT_INCLUDE_DIRS})
|
||||
|
||||
add_executable(mazemaker mazemaker.c)
|
||||
target_link_directories(mazemaker PUBLIC ${POPT_LIBRARY_DIRS})
|
||||
target_link_libraries(mazemaker mazemaker_shared ${POPT_LIBRARIES})
|
||||
|
||||
install (TARGETS mazemaker DESTINATION bin)
|
||||
|
||||
Reference in New Issue
Block a user