Add tools directory

This commit is contained in:
2017-04-12 00:28:20 -05:00
parent dc376f2be3
commit c5712f26e2
4 changed files with 44 additions and 18 deletions
+21
View File
@@ -0,0 +1,21 @@
cmake_minimum_required(VERSION 2.8.8)
project(nost-pack)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_AUTOMOC ON)
add_executable(nost-pack pack.cpp)
target_link_libraries(
nost-pack
Qt5::Widgets
NostalgiaCore
${OxStd_LIBRARY}
${OxClArgs_LIBRARY}
${OxFS_LIBRARY}
)
set(CMAKE_INCLUDE_CURRENT_DIR OFF)
set(CMAKE_AUTOMOC OFF)