mirror of
https://github.com/fumiama/CMoe-Counter.git
synced 2026-06-05 02:00:24 +08:00
init
This commit is contained in:
12
CMakeLists.txt
Normal file
12
CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
project(CMoe-Counter C)
|
||||
SET(CMAKE_BUILD_TYPE "Release")
|
||||
|
||||
include_directories("/usr/local/include")
|
||||
link_directories("/usr/local/lib")
|
||||
|
||||
add_executable(cmoe cmoe.c)
|
||||
|
||||
target_link_libraries(cmoe spb)
|
||||
|
||||
INSTALL(TARGETS cmoe RUNTIME DESTINATION bin)
|
||||
Reference in New Issue
Block a user