mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
how did this get here?
This commit is contained in:
parent
8d2a2c4e6b
commit
99a396d487
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
|||
cmake_minimum_required(VERSION 2.6)
|
||||
|
||||
|
||||
FILE(GLOB SRC
|
||||
parser.c
|
||||
init.cpp
|
||||
MainWindow.*
|
||||
interface.cpp
|
||||
Window.*
|
||||
ConnectWindow.h
|
||||
)
|
||||
|
||||
if(GTKMM_FOUND)
|
||||
include_directories(${GTKMM_INCLUDE_DIRS})
|
||||
add_executable(nprog ${NPROG_CLIENT_SRC})
|
||||
target_link_libraries(nprog ${GTKMM_LIBRARIES} -pthread -lgthread-2.0 -lrt -lglib-2.0 )
|
||||
endif()
|
||||
|
Loading…
Reference in a new issue